home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / TGKI-109 / Games / agent_platformer.swf / scripts / DefineSprite_64 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  158b  |  14 lines

  1. play();
  2. if(timer == undefined)
  3. {
  4.    timer = 0;
  5. }
  6. onEnterFrame = function()
  7. {
  8.    timer++;
  9.    if(timer >= 140)
  10.    {
  11.       gotoAndStop(31);
  12.    }
  13. };
  14.